API Documentation
ExportErrorWrapper.h
1 // ExportErrorWrapper.h
3 //
5 
7 {
11  class ExportErrorWrapper final
12  {
13  public :
14 
15  // Environment update
22 
23  // Callbacks
34  static nkScripts::OutputValue getErrorDesc (void* object) ;
45  static nkScripts::OutputValue getErrorInfo (void* object) ;
56  static nkScripts::OutputValue getIndex (void* object) ;
67  static nkScripts::OutputValue isActivated (void* object) ;
68  } ;
69 }
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition: Environment.h:14
nkAstraeus::nkExportWrap::ExportErrorWrapper
Wraps a nkExport::ExportError and offer functions for use in scripting.
Definition: ExportErrorWrapper.h:12
nkAstraeus::nkExportWrap
Encompasses the wrapping of nkExport for scripting.
Definition: Constants.h:7
nkAstraeus::nkExportWrap::ExportErrorWrapper::isActivated
static nkScripts::OutputValue isActivated(void *object)
nkScripts::FunctionParameter
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
nkAstraeus::nkExportWrap::ExportErrorWrapper::getIndex
static nkScripts::OutputValue getIndex(void *object)
nkAstraeus::nkExportWrap::ExportErrorWrapper::getErrorInfo
static nkScripts::OutputValue getErrorInfo(void *object)
nkAstraeus::nkExportWrap::ExportErrorWrapper::getErrorDesc
static nkScripts::OutputValue getErrorDesc(void *object)
nkAstraeus::nkExportWrap::ExportErrorWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)